projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b67d31
)
gtkcombobox.c: Use accessor functions to access GtkTreeSelection
author
Javier Jardón
<jjardon@gnome.org>
Sun, 19 Dec 2010 01:27:41 +0000
(
01:27
+0000)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 19 Dec 2010 01:27:41 +0000
(
01:27
+0000)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index fcfe854f72ed3dad9380590736a2ddc280397244..016c28d44b2ff8fcd3a4a77d304dc1f172ee8dc2 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-4422,7
+4422,7
@@
gtk_combo_box_list_select_func (GtkTreeSelection *selection,
GList *list, *columns;
gboolean sensitive = FALSE;
- columns = gtk_tree_view_get_columns (
selection->tree_view
);
+ columns = gtk_tree_view_get_columns (
gtk_tree_selection_get_tree_view (selection)
);
for (list = columns; list && !sensitive; list = list->next)
{